home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / lan / tac201.zip / TACACS.RSP < prev    next >
Text File  |  1996-04-09  |  1KB  |  36 lines

  1. ; This is the response file for TACACS.
  2. ; Parameters must start with either / or ' with a maximum of 1 per line.
  3. ; Any line starting with a semicolon will be ignored.
  4.  
  5. ; This is the user object for TACACS to log into NDS with.  This is required.
  6. /user=tacacs.USA.Company
  7.  
  8. ; This is the password for the user object.
  9. ; A password is not required.  A better solution is to have no password 
  10. ; and set login station restictions to the server console.
  11. ; Your server console address is ServerInternalNetNumber:1
  12. ; (ie:  008204:000000000001)
  13. ;/pw=badnews
  14.  
  15.  
  16. ; Authorized IP clients.  This is not required but recommended.
  17. ; Multiple entries are allowed.
  18. ; If no /ip entries are entered, requests are allowed from everybody.
  19. /ip=128.1.3.4
  20. ;/ip=128.1.2.255       ;Authorizes everybody on 128.1.2 subnet.
  21.  
  22. ; Initial number of threads to allocate.  Since there is a slight delay when
  23. ; a new thread is started, it is perferable to set this to the highest you'll reach.
  24. /min=2
  25.  
  26. ; Maximum number of threads to allocate
  27. /max=5
  28.  
  29. ; Message level  1:Normal, 2:Warnings only, 3:Errors only. 
  30. /m=1
  31.  
  32. ; Normally accounts with no passwords are not allowed to authenticate.
  33. ; This parameter allows it.
  34. ; /AllowNullPasswords
  35.  
  36.